home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / A lot utilities.adf / brush2icon.doc < prev    next >
Text File  |  1989-02-18  |  4KB  |  66 lines

  1. ----------------------------------
  2. BRUSH2ICON: Utility from PD
  3. Notes by Wallace Miles, Miami, FL
  4. ----------------------------------
  5.  
  6.      The public domain program BRUSH2ICON will turn DeluxePaint brushes into
  7. icons you can use on your own disks. According to figures I've read, seven
  8. of every 10 Amiga owners work with DeluxePaint, so there's a good chance
  9. you will find this program useful.
  10.      The program will create an icon that is as large as any brush which can
  11. be saved by DeluxePaint. That means you can create huge ornate icons which
  12. stretch across the entire screen.
  13.      BRUSH2ICON is useful to me, simply because more complex and interesting
  14. art can be created with DeluxePaint than can be done with the Icon Editor
  15. program.
  16.      I've not been able to identify the author of this program. The
  17. documentation with the program is a bit sparse. What follows may be of help
  18. if you're fairly new to the Amiga.
  19.      BRUSH2ICON is in this issue of JUMPDISK. You must run it from the CLI.
  20.      I'll do a step-by-step tutorial:
  21.      First, there should be an existing program (or file) to which you plan
  22. to attach the new icon. To simplify, let's say you've written a Basic
  23. program called WHIRL and saved it on a disk you have named MYDISK.
  24.      On the disk MYDISK you must create a drawer named BRUSH. To do this,
  25. click open both Workbench and MYDISK. In the Workbench window you will see a
  26. drawer labeled EMPTY. Point at EMPTY, click, and drag the drawer into the
  27. MYDISK window. Then rename it BRUSH by using the RENAME option in the
  28. Workbench pulldown menu at top left of screen. If you have only one drive,
  29. you will have to do some disk switching, which will be prompted by a
  30. requester window that tells you exactly what to do.
  31.      Remove and put MYDISK aside.
  32.      Put DeluxePaint in the drive and reboot by pressing the CTRL and two
  33. red A keys simultaneously. When the DeluxePaint CLI appears, type:
  34. dpaint med-res         (and press Return)
  35.      When DeluxePaint has loaded, you should use the PALETTE option to
  36. change the colors of the first four colors in the palette. They should match
  37. the four default colors of the Workbench screen. They don't have to be
  38. exact, just close enough so you know what you're drawing will be matched
  39. when it becomes an icon. Make the first color blue, the second white, the
  40. third black and the fourth orange.
  41.      Now draw something, remembering that your drawing shouldn't be larger
  42. than the area which can be saved as a brush. Experiment here, but be assured
  43. you can save quite large areas as brushes.
  44.      If you were actually drawing the basis of an icon for a program called
  45. WHIRL, you might fashion a tornado or a top.
  46.      When the drawing is complete, define it as a brush according to DPaint
  47. rules. Put MYDISK in the drive and save this brush to that disk. It will
  48. then be defined as MYDISK:BRUSH/WHIRL.
  49.      Remove MYDISK, replace the DPAINT disk and quit the program.
  50.      Reboot the system, using a regular Workbench disk, and enter the CLI.
  51.      If you have a two-drive system, put this issue of JUMPDISK in one drive
  52. and MYDISK in the other. On a one-drive system, put JUMPDISK in the drive
  53. and continue, being ready to switch disks as requester windows instruct.
  54.      Consider: At this point, you have a DeluxePaint brush called WHIRL in
  55. the BRUSH drawer on MYDISK. You have a program called WHIRL on MYDISK.
  56.      From the CLI, type
  57. brush2icon mydisk:brush/whirl mydisk:whirl      (and press Return)
  58.      It's as simple as that.
  59.      Exit the CLI by typing   ENDCLI    (and pressing Return)
  60.      Double-click the disk icon for MYDISK. If all has gone well, when its
  61. window opens, the brush will have been transformed into an icon for the
  62. program WHIRL.
  63.  
  64. END OF TEXT
  65.  
  66.